30.Jan.2001 <WIP VERSION>
	- CVS: synchronized with CVS sources from 30/01/2001
	- Faked VIA, SCCRd, SCCWr base addresses to scratch memory area in
	  EMUL_OP_INSTALL_DRIVERS
	- VOSF code: improved blitters selection and performance

13.Jan.2001
	- CVS: synchronized with CVS sources from 12/01/2001
	- table68k: fixed CINV and CPUSH bitmasks to match the Cache Field
	- table68k: EMULOP is now considered as a JUMP instruction and therefore
	  terminates a basic block
	- uae_jit: imported "Ipswitch Town" Service Pack 1
	- uae_jit: added or_l_rm() and raw_or_l_rm() used in compemu_fpp.cpp
	- uae_jit: disabled spcflags hacks when compiling with the JIT compiler
	  since the gain (if any!) would be much too anecdotal to be worth
	  supporting them
	- uae_jit: dropped support of banked memory addressing 
	- uae_cpu: removed all references to USE_COMPILER
	- uae_cpu: removed compiler.h and compiler.cpp
	- uae_fpu: fixed the FTAN bug in the assembly optimized core
	- uae_fpu: IEEE-based core now features lazy evaluation of condition codes
	- uae_mem: added get_virtual_address() for completeness
	- uae_mem: removed declaration for the (unused) "filesysory" table
	- uae_mem: removed the unused "check" slot in mem_banks
	- cpuopti: if GCC version is older than 2.95, the optimization used to
	  delete useless register saves/restores is disabled
	- configure: enabling the JIT compiler now enables JIT compilation for
	  FPU instructions and the Lazy Translation Cache Flush mechanism
	- configure: added --enable-profile=gdb option to let GCC compile with '-g'
	- configure: added -fno-strength-reduce to GCC/i386 options
	- configure: added UNALIGNED_PROFITABLE to i386 macro definitions
	- video_vosf.h: do_handle_screen_fault() now ends up with the default
	  SIGSEGV handler if we could not handle the faultive address ourselves

12.Nov.2000
	- Now use the ASM_VOLATILE macro instead of __asm__ __volatile__
	- New framework for FPU emulation cores and moved all FPU-related files
	  to the uae_cpu/fpu directory
	- Enabled JIT compilation for floating-point instructions
	  (Configure option: --enable-jit-fpu --enable-fpe=uae)
	- Fixed my lazy translation cache flusher
	  (Configure option: --enable-jit-lazy-flush)
	- Optimized spcflags handling in m68k_run_compile() after compiled code
	  is run. Indeed, compiled code now returns a value indicating whether or
	  not, spcflags have to be checked or not.
	  (Default behavior)
	- Imported on-demand spcflags checking. i.e. a new table filled up with
	  fake instructions handlers pointing to a dummy function checking spcflags
	  when necessary.
	  (Configure option: --enable-spcflags-hack)
	- Attempted sort of atomic handling of spcflags through use of lock
	  instructions on X86 architectures and pthread mutexes where available.
	  (Configure option: --enable-spcflags-excl)

15.Oct.2000
	- Better platform-independance
	- Now follows unconditional branches if the lazy flusher is not used
	- Added jitfpu prefs item
	- Added jitwantcmov prefs item
	- Enabled conditional moves
	- Fixed a compilation bug when GCC tried to unroll loop in m68k_execute()
	
	From Bernie Meyer's UAE-JIT (Everton release) :
	- Optimized block lookup code, giving only up to 10% speedup
	- Native registers can now hold more than one virtual register.
	  Avoids some pointless register moves, and thus gives a very slight
	  speedup
	- Low level instruction optimizer. Currently broken :-(
	- Compiler functions are now allowed to fail at runtime (see compemu_fpp)

14.Oct.2000
	- Initial public release
